org.eclipse.vtp.desktop.editors.core.model
Class UIConnector.MidPoint

java.lang.Object
  extended by org.eclipse.vtp.desktop.editors.core.model.UIConnector.MidPoint
All Implemented Interfaces:
UIConnector.GraphPoint
Enclosing class:
UIConnector

public class UIConnector.MidPoint
extends java.lang.Object
implements UIConnector.GraphPoint


Constructor Summary
UIConnector.MidPoint(int x, int y)
           
 
Method Summary
 void adjustPosition(int xoff, int yoff)
           
 org.eclipse.swt.graphics.Point getPoint(org.eclipse.swt.graphics.Point originPoint)
           
 org.eclipse.swt.graphics.Point getRegistryPoint()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIConnector.MidPoint

public UIConnector.MidPoint(int x,
                            int y)
Method Detail

getPoint

public org.eclipse.swt.graphics.Point getPoint(org.eclipse.swt.graphics.Point originPoint)
Specified by:
getPoint in interface UIConnector.GraphPoint

getRegistryPoint

public org.eclipse.swt.graphics.Point getRegistryPoint()
Specified by:
getRegistryPoint in interface UIConnector.GraphPoint

adjustPosition

public void adjustPosition(int xoff,
                           int yoff)
Specified by:
adjustPosition in interface UIConnector.GraphPoint